a:14:{s:8:"provides";a:0:{}s:8:"filelist";a:2:{s:10:"Detect.php";a:3:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:13:"Net/UserAgent";s:12:"installed_as";s:42:"C:\xampp\php\pear\Net\UserAgent\Detect.php";}s:7:"dirtree";a:2:{s:31:"C:\xampp\php\pear\Net\UserAgent";b:1;s:21:"C:\xampp\php\pear\Net";b:1;}}s:7:"package";s:20:"Net_UserAgent_Detect";s:7:"summary";s:101:"Net_UserAgent_Detect determines the Web browser, version, and platform from an HTTP user agent string";s:11:"description";s:380:"The Net_UserAgent object does a number of tests on an HTTP user
agent string. The results of these tests are available via methods of
the object.
This module is based upon the JavaScript browser detection code
available at http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
This module had many influences from the lib/Browser.php code in
version 1.3 of Horde.";s:11:"maintainers";a:3:{i:0;a:4:{s:6:"handle";s:5:"jrust";s:4:"name";s:10:"Jason Rust";s:5:"email";s:13:"jrust@php.net";s:4:"role";s:4:"lead";}i:1;a:4:{s:6:"handle";s:6:"dallen";s:4:"name";s:9:"Dan Allen";s:5:"email";s:14:"dallen@php.net";s:4:"role";s:6:"helper";}i:2;a:4:{s:6:"handle";s:8:"gurugeek";s:4:"name";s:11:"David Costa";s:5:"email";s:16:"gurugeek@php.net";s:4:"role";s:6:"helper";}}s:7:"version";s:5:"2.0.1";s:12:"release_date";s:10:"2004-03-11";s:15:"release_license";s:8:"PHP 2.01";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:328:"* Made it PHP5 compatible in a way that is BC
* Added support for Safari
* Bumped konq's javascript version up to 1.4
* Fix bug where w3m caused warnings
* fixed a notice error when the user agent is empty
* Fixed missing windows xp detection and added nested_table_render_bug quirk for netscape 4.8 and below.
* Code cleanups.";s:12:"release_deps";a:1:{i:1;a:3:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"4.1.0";}}s:9:"changelog";a:1:{i:0;a:5:{s:7:"version";s:3:"1.0";s:12:"release_date";s:10:"2002-05-21";s:15:"release_license";s:8:"PHP 2.01";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:47:"This is the initial independent PEAR release.